LEARN BY DOING
EXAMPLES.
Copy. Paste. Ship secure.
server.ts
1import { nalth } from 'nalth'23const app = nalth()45app.get('/', () => {6 return { message: 'Protected by default' }7})89app.listen(3000)Copy. Paste. Ship secure.
1import { nalth } from 'nalth'23const app = nalth()45app.get('/', () => {6 return { message: 'Protected by default' }7})89app.listen(3000)