Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nerimity/nerimity-server
- Owner: Nerimity
- License: gpl-3.0
- Created: 2022-04-17T07:36:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T10:16:58.000Z (3 days ago)
- Last Synced: 2025-01-31T10:34:38.631Z (3 days ago)
- Topics: express, expressjs, postgresql, prisma, prisma-orm, redis, socket-io, solid-js, solidjs
- Language: TypeScript
- Homepage: https://nerimity.com
- Size: 1.83 MB
- Stars: 40
- Watchers: 4
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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```