Back to Socket Io

Basic CRUD application with Socket.IO

examples/basic-crud-application/README.md

4.7.51.2 KB
Original Source

Basic CRUD application with Socket.IO

Please read the related guide.

This repository contains several implementations of the server:

DirectoryLanguageDatabaseCluster?
server/TypeScriptin-memoryNo
server-postgres-cluster/JavaScriptPostgres, with the Postgres adapterYes, with the @socket.io/sticky module)

Running the frontend

cd angular-client
npm install
npm start

Running the server

cd server
npm install
npm start