Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nertivia/legacy-nertivia-client
Nertivia is a chat client
https://github.com/Nertivia/legacy-nertivia-client
Last synced: 10 days ago
JSON representation
Nertivia is a chat client
- Host: GitHub
- URL: https://github.com/Nertivia/legacy-nertivia-client
- Owner: Nertivia
- License: gpl-3.0
- Archived: true
- Created: 2019-01-29T19:02:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T09:53:13.000Z (over 3 years ago)
- Last Synced: 2024-08-01T12:29:41.346Z (3 months ago)
- Language: Vue
- Homepage: https://nertivia.net
- Size: 14 MB
- Stars: 76
- Watchers: 6
- Forks: 25
- Open Issues: 140
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NOTICE
I am recreating Nertivia's frontend from scratch at https://github.com/supertiger1234/nertivia-client-ts. I no longer work on this old version of the nertivia client# Nertivia---Client
![alt text](https://raw.githubusercontent.com/supertiger1234/nertivia-desktop-app/master/Preview.png)
Nertivia is an open sourced chat client web app that allows you to:
• Chat with friends
• Join/create servers
• Create custom themes using CSS
• Add custom emojis
• Set Gif Profile pictures
• Create bots that can have buttons and html embeds.
And more!You can visit https://nertivia.net to test it out!
# Setting up from source
Creating your own Nertivia client and server from source is really hard and requires a lot of steps. Beware!
These steps are for Windows 10 only, Linux users can do some Googling for some of these steps.## Requirements
• NodeJS
• node-gyp
• MongoDB
• Redis
• Some patience## Setting up MongoDB Server
1. Download MongoDB server and install it from this link: https://www.mongodb.com/try/download/community (Green Download button)
2. After its downloaded,
WIP