0.1.7 • Published 3 years ago

sc-endpoints v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sc-endpoints

Module for creating socketcluster receivers and procedures by using classes and decorators.

@RegisterProcedure()
@AuthToken({type: 'user'})
@Data({
    type: 'object',
    properties: {
        content: {
            type: 'string',
            minLength: 10
        }
    }
})
class SendMessaageEndpoint implements Procedure {
    handle(socket: AGServerSocket,data: {email: string}, resp: Response) {
        resp.end()
    }
}
0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago