AilurusRP / PandaIM-Server

Server side code of a simple instant messaging application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PandaIM

Server side code of an instant messaging application.

Add a config.ts file to src before running, in which you need to set your port, mongodb address and your secret key to encrypt the token. As code shows below.

export default {
    dbAddr: "mongodb://<Your Database Address>",
    port: 3000,
    secret: "Your secret key to encrypt the token",
};

About

Server side code of a simple instant messaging application.

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%