0.2.38 • Published 9 months ago

@turnly/realtime v0.2.38

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
9 months ago

Realtime

Realtime is a shared module that exports the necessary libraries and configurations to create WebSocket servers in an easy and friendly way.

Currently, this module is used by Bifröst's main real-time events engine, which exposes several public and private connection channels. If you have to build a socket-based real-time server, this module will help you.

Installation

pnpm add @turnly/realtime

Usage

import { Realtime } from '@turnly/realtime'

const Server = new Realtime({ port: 3000 })

/**
 * Create a channel to listen to events
 */
const queuing = Server.listen('/queuing')

/**
 * Sets up the middleware
 */
queuing.use(new AuthGuard().use())

This example creates a WebSocket server, listening on port 3000, and creating an event channel.

You can now connect to localhost:3000/queuing

0.1.58

10 months ago

0.1.59

10 months ago

0.2.26

9 months ago

0.2.25

9 months ago

0.2.24

9 months ago

0.2.23

10 months ago

0.2.22

10 months ago

0.2.21

10 months ago

0.2.20

10 months ago

0.2.19

10 months ago

0.2.17

10 months ago

0.2.13

10 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.1.74

10 months ago

0.1.70

10 months ago

0.1.71

10 months ago

0.1.72

10 months ago

0.1.73

10 months ago

0.2.30

9 months ago

0.1.63

10 months ago

0.1.65

10 months ago

0.1.66

10 months ago

0.1.67

10 months ago

0.1.68

10 months ago

0.1.69

10 months ago

0.2.38

9 months ago

0.2.37

9 months ago

0.2.36

9 months ago

0.2.35

9 months ago

0.2.34

9 months ago

0.2.33

9 months ago

0.1.60

10 months ago

0.2.32

9 months ago

0.1.61

10 months ago

0.2.31

9 months ago

0.1.62

10 months ago

0.2.1

10 months ago

0.2.29

9 months ago

0.2.28

9 months ago

0.1.52

11 months ago

0.1.30

1 year ago

0.1.53

11 months ago

0.1.31

1 year ago

0.1.54

11 months ago

0.1.32

1 year ago

0.1.55

11 months ago

0.1.33

12 months ago

0.1.56

11 months ago

0.1.34

12 months ago

0.1.57

11 months ago

0.1.35

12 months ago

0.1.36

12 months ago

0.1.37

12 months ago

0.1.50

12 months ago

0.1.51

12 months ago

0.1.49

12 months ago

0.1.27

1 year ago

0.1.28

1 year ago

0.1.29

1 year ago

0.1.41

12 months ago

0.1.42

12 months ago

0.1.20

1 year ago

0.1.43

12 months ago

0.1.21

1 year ago

0.1.44

12 months ago

0.1.45

12 months ago

0.1.23

1 year ago

0.1.46

12 months ago

0.1.24

1 year ago

0.1.47

12 months ago

0.1.48

12 months ago

0.1.26

1 year ago

0.1.40

12 months ago

0.1.38

12 months ago

0.1.39

12 months ago

0.1.19

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago