Demo project for exploring socket.io+Vue- simple chat with following features:
+ showing “{user} is typing” functionality.
+ Showing who’s online.
+ Support for nicknames.
+ Login page.
+ Vuex usage for demo purposes.
Tools:
- Express
- Vuejs
- Socket.io
Usage:
> cd server
> npm i
> nodemon
>
> cd client
> npm i
> npm run serve