Arcadia. An open soruce discord alternative made with Express and MongoDB.

栏目: IT技术 · 发布时间: 4年前

内容简介:Arcadia uses MongoDB for storage of every bit of information. So, Make sure you start the MongoDB daemon.

Arcadia. An open soruce discord alternative made with Express and MongoDB. Arcadia. The perfect open-source messaging platform.

Installing

# clone the repo
$ git clone https://github.com/divy-work/arcadia.git

$ cd arcadia

# install the node modules...
$ npm install

# start
$ npm start

Database

Arcadia uses MongoDB for storage of every bit of information. So, Make sure you start the MongoDB daemon.

$ mongod

You can try editing configurations as per your needs.

config.dbURL = process.env.DATABASEURL || "mongodb://localhost/arcadia";

Its look and feel

Arcadia. An open soruce discord alternative made with Express and MongoDB.

Special Thanks

This repo is actually a complete makeover of ThalKod's discord-clone which was archived long ago.

Built with

  • Nodejs - Node.js JavaScript runtime.
  • Socket io - Websocket library for Node.js.
  • Mongoose - Mongoose ORM for commuication with MongoDB.
  • Express - Express framework for handling HTTP requests.

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

老码识途

老码识途

韩宏 / 电子工业出版社 / 2012-8 / 56.00元

《老"码"识途:从机器码到框架的系统观逆向修炼之路》以逆向反汇编为线索,自底向上,从探索者的角度,原生态地刻画了对系统机制的学习,以及相关问题的猜测、追踪和解决过程,展现了系统级思维方式的淬炼方法。该思维方式是架构师应具备的一种重要素质。《老"码"识途:从机器码到框架的系统观逆向修炼之路》内容涉及反汇编、底层调试、链接、加载、钩子、异常处理、测试驱动开发、对象模型和机制、线程类封装、跨平台技术、插......一起来看看 《老码识途》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具