UNPKG
hsd
Version:
latest (8.0.0)
8.0.0
7.0.1
7.0.0
6.1.1
6.1.0
6.0.0
5.1.0
5.0.1
5.0.0
4.0.1
4.0.0
3.0.1
3.0.0
2.4.0
2.3.0
2.2.0
2.1.5
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
0.0.0
Cryptocurrency bike-shed
github.com/handshake-org/hsd
handshake-org/hsd
hsd
/
lib
/
workers
/
worker.js
15 lines
(10 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*! * worker.js - worker thread/process for hsd * Copyright (c) 2017-2018, Christopher Jeffrey (MIT License). * https://github.com/handshake-org/hsd */
'use strict'
;
const
Master
=
require
(
'./master'
);
const
server =
new
Master
(); process.
title
=
'hsd-worker'
; server.
listen
();