Skip to content

homolumo/pomelo-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomelo-client

pomelo client on node for es-next support on single process to create multiple pomelo client

  • demo
pomeloClient = new PomeloClient();

await pomeloClient.init({
    host: '127.0.0.1',
    port: 1234,
});

const 
const data = pomeloClient.request('')

Packages

No packages published

Languages

  • JavaScript 100.0%