Popularity
8.6
Declining
Activity
0.0
Stable
19
20
14
Monthly Downloads: 8
Programming language: Haskell
License: MIT License
pubnub alternatives and similar packages
Based on the "API" category.
Alternatively, view pubnub alternatives based on common mentions on social networks and blogs.
-
reflex-gadt-api
Interact with a JSON-serialized API defined by a GADT in your reflex-dom application -
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
aws-configuration-tools
Configuration types, parsers and renderers for AWS services using configuration-tools -
aws-cloudfront-signer
Haksell library package for signing URL requests to the AWS CloudFront service -
arbor-postgres
Convenience types and functions to make postgresql-simple easier and less error-prone to use. -
aws-elastic-transcoder
extension to the Haskell AWS repository to interface to the AWS Elastic Transcoder service -
themoviedb
Simple Haskell library that provides functions for retrieving movie metadata from TheMovieDB
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of pubnub or a related project?
README
PubNub Haskell Client
Building
$ cabal configure
$ cabal install --only-dependencies
$ cabal build
Run Examples
After building you can run the executable of the examples.
$ dist/build/hello_world/hello_world
Just (SubscribeResponse (Array (fromList []),Timestamp 13878501585466665))
Just (PublishResponse 1 "Sent" (Timestamp 13878501588199833))
Run the chat example from two different terminals:
$ dist/build/chat/chat
Enter Username:
tristan
hello
<tristan> : hello
<ellen> : oh hey
$ dist/build/chat/chat
Enter Username:
ellen
oh hey
<ellen> : oh hey