如何在我的websocket中使用cloudflare

时间:2018-08-07 20:23:42

标签: node.js websocket socket.io cloudflare

基本上,我的chat.js监听IP,但是当我将域连接到CloudFlare时,它停止监听或建立连接。

limit=int(input())
answer=1
a=[]
numbers = input()
toParse = numbers.split(' ') #breaks input string into individual numbers
for i in range(toParse):
    data=int(toParse[i])
    a.append(data)
for j in a:
    answer = answer*j+10**9+7
print(answer)

0 个答案:

没有答案