Your are welcome to Website.
Features
- Private secure chat.
- Adding friends to start chatting.
- Delete friends
- A profile page
Comming Features
- User can have photo
- upload files via chat
- User can create and join groups
Server side
$ git clone
$ cd poking-app
$ cd server
$ npm install
$ npm run dev # for development
$ npm run prod # for production
Client side