node.js tag

261 questions


1 answers
88 views
0
Error in Heroku "failed to compile Multipack app"

It's only been half a year since I started studying programming.I am thinking of deploying Heroku+Rails+Grunt.The other day you told me about this article (http://qiita.com/icb54615/items/e5d4db164c50...


1 answers
80 views
0
You are trying to implement the visitor count feature in node.js.

The website is being implemented.You are about to display [Number of Visitors] on the main screen of the website.By what standard do you usually count the number of visitors?ex) Daily count based on v...

2 years ago

1 answers
43 views
0
How to use forever-monitor in node

From node I made monitor.js after seeing forever-monitor on github /* monitor.js */var forever = require('forever-monitor');var time = require('./time');var maxRestart = 20;var now = time.getFormStrin...

2 years ago

1 answers
41 views
0
A NetworkingError: connect ECONNREFUSED error occurs on AWS S3.

Testing aws3 in node.js.var AWS = require('aws-sdk');AWS.config.region = 'ap-northeast-1';AWS.config.endpoint = 'archabucket.s3-website-ap-northeast-1.amazonaws.com';var fs = require('fs');var s3 = ne...

2 years ago

1 answers
83 views
0
When implementing web push service from node.js to socket.io

Hello, everyone Node.js wants to use socket.io to implement real-time push services on the web.There is a push server and a web server separately, but I want to push to the push server when I write a ...


1 answers
108 views
0
I'm asking you a question during Nodejs and MongoDB.

Hello, I'm a student who is working on the project again after the midterm exam.I'm working on NodeJs project and I'm trying to link it with mongodb using mongoose module.For each iteration of the doc...

2 years ago

1 answers
161 views
0
The name of the module that should be installed when using mariaDB in node.js? And the error content and solution when installing?

We are developing a web app with node.js. I'm going to study and start a startup.I was using mysql and found several issues about it and I'm switching to mariaDB.But... There's traffic from the first ...


1 answers
40 views
0
Forever start app.js does not work.

Testing on Amazon Web Server. Usually, if you look at the forever example, you run app.js, but once you try it, the process is working, but when you try to access it yourself, it doesn't respond.forev...

2 years ago

2 answers
155 views
0
Implementing the Administrator Page of the Bootstrap Theme Development Website

First of all, I have about 2 years of experience in developing C#.We are currently building a website.Usually, companies don't know how to develop websites, and I'm based on the Bootstrap themeWebsite...

2 years ago

1 answers
101 views
0
How to build a proxy server from Ubuntu to nginx

Related questions (https://hashcode.co.kr/questions/1795/aws-%EC%9D%98-ec2-%EB%A1%9C-%EC%9A%B0%EB%B6%84%ED%88%AC-%EC%84%9C%EB%B2%84-%EA%B5%AC%EC%B6%95%ED%95%98%EC%98%80%EC%8A%B5%EB%8B%88%EB%8B%A4-%ED%...

2 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.