All Projects → twinlabs → forum

twinlabs / forum

Licence: other
real-time forum software written in javascript. could very well replace your old phpBB forum (it replaced ours). react+redux, node, postgres.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to forum

Phpbb
phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Stars: ✭ 1,478 (+5178.57%)
Mutual labels:  forum, phpbb
syncwatch
Browser extension to watch videos together
Stars: ✭ 48 (+71.43%)
Mutual labels:  social, realtime
bitnami-docker-phpbb
Bitnami Docker Image for phpBB
Stars: ✭ 33 (+17.86%)
Mutual labels:  forum, phpbb
frontend
Frontend repository / Reactive realtime forum software (currently alpha).
Stars: ✭ 13 (-53.57%)
Mutual labels:  realtime, forum
Voten
The code that powers voten.co
Stars: ✭ 1,215 (+4239.29%)
Mutual labels:  social, forum
Agorakit
Organization tool for citizen's collectives
Stars: ✭ 309 (+1003.57%)
Mutual labels:  social, forum
Refire Forum
Serverless discussion forum built with React, Redux and Firebase
Stars: ✭ 206 (+635.71%)
Mutual labels:  realtime, forum
Nakama Unity
Unity client for Nakama server.
Stars: ✭ 222 (+692.86%)
Mutual labels:  social, realtime
Vynchronize
Watch videos with friends online with the new real time video synchronization platform
Stars: ✭ 1,072 (+3728.57%)
Mutual labels:  social, realtime
Nakama
Distributed server for social and realtime games and apps.
Stars: ✭ 5,293 (+18803.57%)
Mutual labels:  social, realtime
Flaskbb
A classic Forum Software in Python using Flask.
Stars: ✭ 2,117 (+7460.71%)
Mutual labels:  social, forum
Nakama Godot
Godot client for Nakama server written in GDScript.
Stars: ✭ 240 (+757.14%)
Mutual labels:  social, realtime
urdu-font-comparator-app
App for visually showing why Nasta'liq is better than Naskh script, how different Urdu fonts look like and eventually helping users in choosing the best one.
Stars: ✭ 20 (-28.57%)
Mutual labels:  social
coolplayflink
Flink: Stateful Computations over Data Streams
Stars: ✭ 14 (-50%)
Mutual labels:  realtime
4chan-nodejs
A 4chan clone written in node.js
Stars: ✭ 36 (+28.57%)
Mutual labels:  forum
microbium-app
Draw new worlds
Stars: ✭ 89 (+217.86%)
Mutual labels:  realtime
py-mongo-sync
Oplog-based data sync tool that synchronizes data from a replica set to another deployment, e.g.: standalone, replica set, and sharded cluster.
Stars: ✭ 102 (+264.29%)
Mutual labels:  realtime
YHThirdManager
一个快速、简单、易集成、扩展性好的社交化组件。摒弃友盟等三方库,使用原生SDK。支持微信支付、微信分享、微信登录、微信授权、QQ授权、QQ分享、QQ登录、新浪授权、新浪登录、新浪分享、微博评论、微博获取、支付宝支付。极大的减小了包体积;同时加入了自动管理提示框的功能
Stars: ✭ 41 (+46.43%)
Mutual labels:  social
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+1460.71%)
Mutual labels:  forum
Pure
Pure is a free social networking App. it is simple, reliable and it makes it easy to keep in touch with your friends and family. Pure works across mobile devices even on slow internet connections.
Stars: ✭ 28 (+0%)
Mutual labels:  social

Build Status

Installation:

npm install

Persistent Tests:

npm run test:watch

Run App Locally:

npm run start:dev

Debug App:

npm run start:debug

Run Test Suite:

npm test

Run Test Suite in Debug Mode:

npm run test:debug

Database

psql --command="create database forum;" && psql --echo-all --dbname=forum --file=tables.sql

Add /build Directory

From installation directory root, mkdir build. This directory is needed so the app can write client-side bundles to it.

Register a User

After installation, point your browser at [root installation folder]/signup.

Choose the file duck.jpg from your /test/fixtures as your authentication token.

After registering, login using the user/pass you signed up with.

Hot Reload

npm run start:dev does 'hot reloading' by default. This is subject to change.

Environment Variables

FORUM_STORAGE_ADAPTER=S3 - change this and provide another module to use your chosen storage back-end. For documentation on the default S3 adapter, see that module's documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].