All Projects → wachunga → Omega

wachunga / Omega

Licence: mit
Real-time issue tracker optimized for small teams

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Omega

Saea
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
Stars: ✭ 318 (+176.52%)
Mutual labels:  redis, websockets
Kuzzle
Open-source Back-end, self-hostable & ready to use - Real-time, storage, advanced search - Web, Apps, Mobile, IoT -
Stars: ✭ 991 (+761.74%)
Mutual labels:  redis, websockets
Sockethub
A protocol gateway for the Web.
Stars: ✭ 329 (+186.09%)
Mutual labels:  redis, websockets
Awesome crawl
腾讯新闻、知乎话题、微博粉丝,Tumblr爬虫、斗鱼弹幕、妹子图爬虫、分布式设计等
Stars: ✭ 246 (+113.91%)
Mutual labels:  redis, websockets
Js Integration Examples
Examples of common uses of ports and web components
Stars: ✭ 90 (-21.74%)
Mutual labels:  websockets, localstorage
Goatee
A Redis-backed notification server written in Go
Stars: ✭ 265 (+130.43%)
Mutual labels:  redis, websockets
Oneblog
👽 OneBlog,一个简洁美观、功能强大并且自适应的Java博客
Stars: ✭ 678 (+489.57%)
Mutual labels:  redis, websockets
Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (+32.17%)
Mutual labels:  redis, websockets
Laravel Blog
Laravel 8.0 blog application with Vue.js, Homestead, Horizon, Telescope and Pusher
Stars: ✭ 1,248 (+985.22%)
Mutual labels:  redis, websockets
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-54.78%)
Mutual labels:  redis, websockets
Django instagram
Photo sharing social media site built with Python/Django. Based on Instagram's design.
Stars: ✭ 165 (+43.48%)
Mutual labels:  redis, websockets
Qewd
Quick and Easy Web Development
Stars: ✭ 106 (-7.83%)
Mutual labels:  redis, websockets
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (+38.26%)
Mutual labels:  redis, websockets
Korio
Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
Stars: ✭ 282 (+145.22%)
Mutual labels:  redis, websockets
Nodebb
Node.js based forum software built for the modern web
Stars: ✭ 12,303 (+10598.26%)
Mutual labels:  redis, websockets
Ssm
💕 build SSM from 0 👉🏽👉🏽 distributed micro service.
Stars: ✭ 3,383 (+2841.74%)
Mutual labels:  redis, websockets
Socketshark
A WebSocket message router based on Python/Redis/asyncio
Stars: ✭ 51 (-55.65%)
Mutual labels:  redis, websockets
Sacrificial Socket
A Go websocket library with an API similar to Socket.IO... but not Socket.IO
Stars: ✭ 96 (-16.52%)
Mutual labels:  redis, websockets
Entangled
Rails in real time
Stars: ✭ 108 (-6.09%)
Mutual labels:  redis, websockets
Netpro
🌈An enhanced version of asp.netcore,Support for netcore3.1
Stars: ✭ 112 (-2.61%)
Mutual labels:  redis

Omega Issue Tracker

Traditional issue trackers emphasize metadata and workflow and tend to add considerable overhead to a project. They make little sense for small, highly collaborative teams.

Ω is not traditional. It facilitates squashing issues, not documenting their life stories. No administrivia.

Initial version created during a Big Idea Day at Pulse Energy. More details

Demo

Give it a whirl at http://omegatracker.herokuapp.com. The redis database there is severely limited, but it should suffice as a demo.

Features

  • real-time

    • you never need to refresh to get updates
    • chat with team members in the same context
    • optional growl-like notifications even outside the browser (Chrome only, for now)
  • minimalist

    • everything you need on a single page
    • no need to sign up for yet another account with yet another password
    • use tags and flexible filtering to achieve any workflow you want
    • easy setup thanks to few dependencies
  • projects

    • create as many as you need (one per task/feature works well)
    • can mark 'top secret' if you want some privacy (for total security, host Ω behind your firewall)

Installation

Depending on your needs, you could create your project on the demo site. But to have Ω all to yourself, there are a couple of options:

  1. Install it on your own server

    1. Install node.js (which comes with npm)
    2. git clone [email protected]:wachunga/omega.git
    3. cd omega; npm install
  2. Install it in the cloud via a PaaS like Heroku, OpenShift, etc.

Usage

Start the server:

npm start

Or, to specify options:

node server [--redis] [--port <port>] [--pass <password>]

<redis> - use Redis for persistence instead of json on the file system.

<port> - Where the server listens for connections. Defaults to 1337.

<password> - Password required for accessing project admin section. Defaults to 'admin'. (Default username is also 'admin'.)

Then just open a browser to http://localhost:1337 or wherever.

Tests

Ω is unit tested using Jasmine. Open tests/SpecRunner.html to run the tests.

Contributors

 project: omega
 commits: 254
 files  : 105
 authors: 
   221  David Hirtle            87.0%
    24  Neil Gentleman          9.4%
     6  Drew Miller             2.4%
     2  Russell Porter          0.8%
     1  Farrin Reid             0.4%

Bugs

Our dev instance of Ω is not public (for now), but feel free to file issues on github as usual.

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].