Nchan icon
Nchan icon

Nchan

Nchan is a scalable, configurable pub/sub server for the modern web, built as a module for the Nginx web server. Dead simple REST API, super flexible configuration.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
  • Redis
  • NGINX
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Scalable
No features, maybe you want to suggest one?

Nchan News & Activities

Highlights All activities

Recent activities

No activities found.

Nchan information

  • Developed by

    Leo Ponomarev
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  3,060 Stars
  •  294 Forks
  •  125 Open Issues
  •   Updated  
View on GitHub
Nchan was added to AlternativeTo by tabakis on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Nchan?

Nchan is a scalable, flexible pub/sub server for the modern web, built as a module for the Nginx web server. It can be configured as a standalone server, or as a shim between your application and tens, thousands, or millions of live subscribers. It can buffer messages in memory, on-disk, or via Redis.

Some features:

  • RESTful, HTTP-native API.
  • Supports Websocket, EventSource (Server-Sent Events), Long-Polling and other HTTP-based subscribers.
  • No-repeat, no-loss message delivery guarantees with per-channel configurable message buffers.
  • Subscribe to hundreds of channels over a single subscriber connection.
  • HTTP request callbacks and hooks for easy integration.
  • Introspection with channel events and url for monitoring performance statistics.
  • Channel group usage accounting and limits.
  • Fast ephemeral local message storage and optional, slower, persistent storage with Redis.
  • Horizontally scalable (using Redis).
  • Highly Available with no single point of failure (using Redis Cluster).

Official Links