/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/expose-triggerable-functions/index.js
12 строк
222 B
Unitech
Update README.md and fully restructure tests
24 янв 2018, 14:43
24 янв 2018, 14:43
dcd190b
Код
Авторство
О чём код?
var pmx = require('pmx'); pmx.action('ping', function(reply) { return reply({ 'pong' : 'hehe' }) }); pmx.action('param', function(data, reply) { return reply({ data : data }) }); setInterval(function() { }, 1000);