- Return all online clients to client connection
- Generate a JWT token for each client and send it to the client
- Create groups router
- Node.js
- Sqlite3
- Yarn
- In the root folder, install the dependencies:
$ yarn
- Create de database using the Sqlite3:
$ sqlite3 chat.db < chat.sql < seeder.sql
- Compile the project:
$ yarn tsc
- Run the project using the following command:
$ yarn start