Nchan icon
Nchan icon

Nchan

 1 like

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.

License model

  • FreeOpen Source

Platforms

  • Linux
  • Redis
  • NGINX
  No rating
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,044 Stars
  •  290 Forks
  •  122 Open Issues
  •   Updated Sep 20, 2024 
View on GitHub

Our users have written 0 comments and reviews about Nchan, and it has gotten 1 likes

Nchan was added to AlternativeTo by tabakis on Jan 1, 2016 and this page was last updated Aug 30, 2017.
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