Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nerimity/nerimity-server

Server for nerimity chat app
https://github.com/nerimity/nerimity-server

express expressjs postgresql prisma prisma-orm redis socket-io solid-js solidjs

Last synced: about 20 hours ago
JSON representation

Server for nerimity chat app

Awesome Lists containing this project

README

        

# Chat App - Backend (TS & NodeJS)
Chat App backend made using Typescript & NodeJS.

## Repos
- [Chat App - Frontend](https://github.com/Supertigerr/chat-client-solidjs)
- Chat App - Backend (You Are Here)

## Usage
To start a dev server, run these commands below.
```js
npm i
npm run dev

```