- Setup and installation (you'll need to be running the client-side application in order for the server-side to work properly)
$ npm install
$ createdb chatmosphere
$ knex migrate:latest
configure a git-ignored .env file using .env.example as a reference
$ gulp
- This is the server-side of chatmosphere - a chatroom application
Node.js
Express.js
Socket.io
PostgreSQL
Knex.js
Gulp
https://github.com/AkyunaAkish/chatmosphereClient